.box20230213180954{
	/*max-width: 500px;*//*演示用，使用时去掉*/
	width: 100%;
	position:relative;
	overflow: hidden;/*防止动画溢出*/
}

.box20230213180954 .box1{
	width: 100%;
	height: 200px;
}
.box20230213180954 .zoomImage {	
    padding-bottom: 41.66% !important;
	background-size:cover !important;
	/*transition: 0.5s all; *//*动画时间0.5秒*/
}
.box20230213180954 .zoomImage:hover {
	/*transform:scale(1.2);*/ /*动画放大1.2倍*/
}
.box20230213180954 .box2{
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: rgba(20, 61, 107, 0.8);
	padding: 15px;
}

.box20230213180954 .box2 a{
color: #fff;
}
.box20230213180954 .title{
	font-size:16px;
	text-align: left;
}

@media (min-width:1200px){
	.box20230213180954 .box1{
		height: 640px;
	}
}

